Skip to content

[3.13] Docs: Fix some semantic usages of iterator.__iter__ (GH-130172)#130543

Merged
encukou merged 1 commit into
python:3.13from
miss-islington:backport-4d3a7ea-3.13
Feb 26, 2025
Merged

[3.13] Docs: Fix some semantic usages of iterator.__iter__ (GH-130172)#130543
encukou merged 1 commit into
python:3.13from
miss-islington:backport-4d3a7ea-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Feb 25, 2025

Copy link
Copy Markdown
Contributor

These references to an __iter__ method mean object.__iter__, not iterator.__iter__.
(cherry picked from commit 4d3a7ea)

Co-authored-by: Yuki Kobayashi drsuaimqjgar@gmail.com


📚 Documentation preview 📚: https://cpython-previews--130543.org.readthedocs.build/

These references to an `__iter__` method mean `object.__iter__`, not `iterator.__iter__`.
(cherry picked from commit 4d3a7ea)

Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
@bedevere-app bedevere-app Bot added skip issue skip news docs Documentation in the Doc dir labels Feb 25, 2025
@encukou encukou merged commit 75358a8 into python:3.13 Feb 26, 2025
@miss-islington miss-islington deleted the backport-4d3a7ea-3.13 branch January 2, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants